type testing.outputWriter
5 uses
testing (current package)
testing.go#L637: o *outputWriter // Writes output.
testing.go#L1125: c.o = &outputWriter{c: c}
testing.go#L1129: type outputWriter struct {
testing.go#L1136: func (o *outputWriter) Write(p []byte) (int, error) {
testing.go#L1167: func (o *outputWriter) writeLine(b []byte) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)